/aosp12/hardware/google/av/hooks/ |
H A D | install | 14 TOP = os.path.realpath(".") 15 HOOKS = os.path.realpath(".git/hooks") 22 if os.path.realpath(tgt) != src: 27 …os.symlink(os.path.relpath(os.path.realpath("hooks/install"), os.path.realpath(".git/hooks/")), tg…
|
/aosp12/build/make/tools/releasetools/ |
H A D | test_utils.py | 55 current_dir = os.path.dirname(os.path.realpath(__file__)) 61 current_dir = os.path.dirname(os.path.realpath(__file__)) 68 signapk_path = os.path.realpath( 73 full_path = os.path.realpath(os.path.join( 79 current_dir = os.path.dirname(os.path.realpath(__file__)) 85 full_path = os.path.realpath(os.path.join(current_dir, *path)) 246 base_path = os.path.dirname(os.path.realpath(__file__))
|
/aosp12/frameworks/base/startop/scripts/app_startup/lib/ |
H A D | app_runner_test.py | 25 sys.path.append(Path(os.path.realpath(__file__)).parents[2]) 54 calls = [call(os.path.realpath( 88 call(os.path.realpath( 96 DIR=os.path.realpath(os.path.dirname(RUNNER.DIR)),
|
/aosp12/build/soong/ |
H A D | build_kzip.bash | 32 declare -r abspath_out=$(realpath "${out}") 33 declare -r go_extractor=$(realpath prebuilts/build-tools/linux-x86/bin/go_extractor) 34 declare -r go_root=$(realpath prebuilts/go/linux-x86)
|
/aosp12/bionic/linker/ |
H A D | linker_soinfo.cpp | 214 soinfo::soinfo(android_namespace_t* ns, const char* realpath, in soinfo() argument 219 if (realpath != nullptr) { in soinfo() 220 realpath_ = realpath; in soinfo() 465 const char* realpath __unused) { in call_function() 470 TRACE("[ Calling c-tor %s @ %p for '%s' ]", function_name, function, realpath); in call_function() 472 TRACE("[ Done calling c-tor %s @ %p for '%s' ]", function_name, function, realpath); in call_function() 477 const char* realpath __unused) { in call_function() 482 TRACE("[ Calling d-tor %s @ %p for '%s' ]", function_name, function, realpath); in call_function() 489 bool reverse, const char* realpath) { in call_array() argument 502 call_function("function", functions[i], realpath); in call_array() [all …]
|
H A D | linker.cpp | 146 if (file_is_in_dir(realpath, dir)) { in is_system_library() 361 realpath->assign(buf, length); in realpath_fd() 940 if (realpath_fd(fd, realpath)) { in open_library_in_zipfile() 941 *realpath += separator; in open_library_in_zipfile() 947 *realpath = normalized_path; in open_library_in_zipfile() 975 if (!realpath_fd(fd, realpath)) { in open_library_at_path() 980 *realpath = path; in open_library_at_path() 1222 name, realpath.c_str(), in load_library() 1297 std::string realpath; in load_library() local 1305 realpath = name; in load_library() [all …]
|
/aosp12/build/soong/cc/ndkstubgen/ |
H A D | __init__.py | 110 type=os.path.realpath, # type: ignore 116 type=os.path.realpath, # type: ignore 120 type=os.path.realpath, # type: ignore 124 type=os.path.realpath, # type: ignore
|
/aosp12/system/linkerconfig/testdata/ |
H A D | prepare_root.sh | 81 echo $(realpath $(pwd)/$1) 109 preinstalled_path=/$(realpath --relative-to=$ROOT_OUT $src) 110 module_path=/$(realpath --relative-to=$ROOT_OUT $dst)
|
/aosp12/art/test/testrunner/ |
H A D | env.py | 21 _THIS_DIR = os.path.dirname(os.path.realpath(__file__)) 60 this_file_path = os.path.realpath(__file__) 62 path_to_top = os.path.realpath(path_to_top)
|
/aosp12/system/timezone/ |
H A D | update-tzdata.py | 37 timezone_dir = os.path.realpath('%s/system/timezone' % android_build_top) 42 zone_compactor_dir = os.path.realpath('%s/system/timezone/input_tools/android' % android_build_top) 45 timezone_input_tools_dir = os.path.realpath('%s/input_tools' % timezone_dir) 46 timezone_input_data_dir = os.path.realpath('%s/input_data' % timezone_dir)
|
H A D | download-iana-files.py | 32 iana_data_dir = os.path.realpath('%s/system/timezone/input_data/iana' % android_build_top) 33 iana_tools_dir = os.path.realpath('%s/system/timezone/input_tools/iana' % android_build_top)
|
/aosp12/build/soong/cc/ndk_api_coverage_parser/ |
H A D | __init__.py | 106 parser.add_argument('symbol_file', type=os.path.realpath, help='Path to symbol file.') 108 'output_file', type=os.path.realpath, 111 '--api-map', type=os.path.realpath, required=True,
|
/aosp12/bionic/tests/ |
H A D | stdlib_test.cpp | 309 char* p = realpath(path, nullptr); in TEST() 316 char* p = realpath("", nullptr); in TEST() 334 char* p = realpath(link.c_str(), nullptr); in TEST() 341 char* p = realpath("/dev/null/.", nullptr); in TEST() 346 p = realpath("/dev/null/..", nullptr); in TEST() 351 TEST(stdlib, realpath) { in TEST() argument 359 char* p = realpath("/proc/self/exe", buf); in TEST() 362 p = realpath("/proc/self/exe", nullptr); in TEST() 368 char* p = realpath("/proc/./version", nullptr); in TEST() 374 char* p = realpath("/dev/../proc/version", nullptr); in TEST() [all …]
|
H A D | clang_fortify_tests.cpp | 387 realpath("/", path_buffer); in testStdlib() 389 realpath("/", nullptr); in testStdlib() 393 realpath(nullptr, path_buffer); in testStdlib() 397 realpath(nullptr, nullptr); in testStdlib()
|
/aosp12/frameworks/rs/ |
H A D | update-prebuilts.py | 29 THIS_DIR = os.path.realpath(os.path.dirname(__name__)) 30 ANDROID_DIR = os.path.realpath(os.path.join(THIS_DIR, '../..')) 179 download_dir = os.path.realpath('.download')
|
H A D | build_rs.py | 28 THIS_DIR = os.path.realpath(os.path.dirname(__file__)) 33 out_dir = os.path.realpath(os.path.join(THIS_DIR, '../..', *args)) 43 top_out = os.path.realpath(top_out)
|
/aosp12/art/libartbase/base/ |
H A D | file_utils_test.cc | 88 UniqueCPtr<char> real_root3(realpath(android_root3.c_str(), nullptr)); in TEST_F() 90 UniqueCPtr<char> real_root(realpath(android_root.c_str(), nullptr)); in TEST_F() 142 UniqueCPtr<char> real_root3(realpath(android_art_root3.c_str(), nullptr)); in TEST_F() 144 UniqueCPtr<char> real_root(realpath(android_art_root.c_str(), nullptr)); in TEST_F()
|
/aosp12/bionic/build/ |
H A D | run-on-host.sh | 45 ln -sfT `realpath ${tgt}` $src 53 ln -fs `realpath ${TARGET_OUT}/etc` /system/
|
/aosp12/art/tools/ |
H A D | generate_cmake_lists.py | 45 this_file_path = os.path.realpath(__file__) 47 path_to_top = os.path.realpath(path_to_top)
|
/aosp12/system/linkerconfig/ |
H A D | rundiff.sh | 33 export PATH=$(realpath tools)/bin:$PATH 34 export LD_LIBRARY_PATH=$(realpath tools)/lib64:$LD_LIBRARY_PATH
|
/aosp12/system/timezone/debug_tools/host/ |
H A D | dump-tzdata.py | 35 timezone_dir = os.path.realpath('%s/system/timezone' % android_build_top) 40 debug_tools_dir = os.path.realpath('%s/system/timezone/debug_tools/host' % android_build_top)
|
H A D | visualize_zone_trees.py | 36 timezone_dir = os.path.realpath('%s/system/timezone' % android_build_top) 41 debug_tools_dir = os.path.realpath('%s/system/timezone/debug_tools/host' % android_build_top)
|
/aosp12/hardware/libhardware/ |
H A D | hardware.c | 156 if (realpath(path, real_path) == NULL) return false; in path_in_path() 159 if (realpath(in_path, real_in_path) == NULL) return false; in path_in_path()
|
/aosp12/bionic/libc/include/bits/fortify/ |
H A D | stdlib.h | 38 char* realpath(const char* path, char* resolved)
|
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/ |
H A D | run_tests.sh | 4 cd $(dirname $(realpath $0))
|