Home
last modified time | relevance | path

Searched refs:fixed_path (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/boringssl/src/util/bot/
H A Dextract.py151 fixed_path = CheckedJoin(output, rest)
152 if not os.path.isdir(os.path.dirname(fixed_path)):
153 os.makedirs(os.path.dirname(fixed_path))
155 with open(fixed_path, 'wb') as out:
158 os.symlink(entry.target, fixed_path)
166 os.chmod(fixed_path, entry.mode)
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/bot/
H A Dextract.py151 fixed_path = CheckedJoin(output, rest)
152 if not os.path.isdir(os.path.dirname(fixed_path)):
153 os.makedirs(os.path.dirname(fixed_path))
155 with open(fixed_path, 'wb') as out:
158 os.symlink(entry.target, fixed_path)
166 os.chmod(fixed_path, entry.mode)
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dmounts.cc211 std::string fixed_path = sapi::file::CleanPath(path); in Remove() local
212 if (!sapi::file::IsAbsolutePath(fixed_path)) { in Remove()
216 if (fixed_path == "/") { in Remove()
220 absl::StrSplit(absl::StripPrefix(fixed_path, "/"), '/'); in Remove()
272 std::string fixed_path = sapi::file::CleanPath(path); in Insert() local
273 if (!sapi::file::IsAbsolutePath(fixed_path)) { in Insert()
277 if (fixed_path == "/") { in Insert()
282 absl::StrSplit(absl::StripPrefix(fixed_path, "/"), '/'); in Insert()
362 std::string fixed_path = sapi::file::CleanPath(path); in ResolvePath() local
363 absl::string_view tail = absl::StripPrefix(fixed_path, "/"); in ResolvePath()
H A Dpolicybuilder.cc1264 std::string fixed_path = file::CleanPath(path); in ValidatePath() local
1265 if (fixed_path != path) { in ValidatePath()
1267 "Path was not normalized. '", path, "' != '", fixed_path, "'")); in ValidatePath()
1269 return fixed_path; in ValidatePath()
/aosp_15_r20/external/libpcap/
H A DCMakeLists.txt281 set(fixed_path "/usr/lib/amd64/pkgconfig") variable
289 fixed_path "$ENV{PKG_CONFIG_PATH}")
295 set(fixed_path "$ENV{PKG_CONFIG_PATH}:/usr/lib/amd64/pkgconfig") variable
297 set(ENV{PKG_CONFIG_PATH} "${fixed_path}")
310 fixed_path "$ENV{PKG_CONFIG_PATH}")
311 set(ENV{PKG_CONFIG_PATH} "${fixed_path}")