Searched refs:fixed_path (Results 1 – 7 of 7) sorted by relevance
/external/cronet/stable/third_party/boringssl/src/util/bot/ |
D | extract.py | 151 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)
|
/external/boringssl/src/util/bot/ |
D | extract.py | 151 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)
|
/external/cronet/tot/third_party/boringssl/src/util/bot/ |
D | extract.py | 151 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)
|
/external/sandboxed-api/sandboxed_api/sandbox2/ |
D | mounts.cc | 211 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() 363 std::string fixed_path = sapi::file::CleanPath(path); in ResolvePath() local 364 absl::string_view tail = absl::StripPrefix(fixed_path, "/"); in ResolvePath()
|
D | policybuilder.cc | 132 std::string fixed_path = file::CleanPath(path); in ValidatePath() local 133 if (fixed_path != path) { in ValidatePath() 138 return fixed_path; in ValidatePath()
|
/external/tcpdump/ |
D | CMakeLists.txt | 172 set(fixed_path "/usr/lib/amd64/pkgconfig") variable 180 fixed_path "$ENV{PKG_CONFIG_PATH}") 186 set(fixed_path "$ENV{PKG_CONFIG_PATH}:/usr/lib/amd64/pkgconfig") variable 188 set(ENV{PKG_CONFIG_PATH} "${fixed_path}") 201 fixed_path "$ENV{PKG_CONFIG_PATH}") 202 set(ENV{PKG_CONFIG_PATH} "${fixed_path}")
|
/external/libpcap/ |
D | CMakeLists.txt | 288 set(fixed_path "/usr/lib/amd64/pkgconfig") variable 296 fixed_path "$ENV{PKG_CONFIG_PATH}") 302 set(fixed_path "$ENV{PKG_CONFIG_PATH}:/usr/lib/amd64/pkgconfig") variable 304 set(ENV{PKG_CONFIG_PATH} "${fixed_path}") 317 fixed_path "$ENV{PKG_CONFIG_PATH}") 318 set(ENV{PKG_CONFIG_PATH} "${fixed_path}")
|