Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 25 of 126) sorted by relevance

123456

/aosp12/hardware/google/av/hooks/
H A Dinstall14 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 Dtest_utils.py55 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 Dapp_runner_test.py25 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 Dbuild_kzip.bash32 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 Dlinker_soinfo.cpp214 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 Dlinker.cpp146 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__.py110 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 Dprepare_root.sh81 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 Denv.py21 _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 Dupdate-tzdata.py37 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 Ddownload-iana-files.py32 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__.py106 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 Dstdlib_test.cpp309 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 Dclang_fortify_tests.cpp387 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 Dupdate-prebuilts.py29 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 Dbuild_rs.py28 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 Dfile_utils_test.cc88 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 Drun-on-host.sh45 ln -sfT `realpath ${tgt}` $src
53 ln -fs `realpath ${TARGET_OUT}/etc` /system/
/aosp12/art/tools/
H A Dgenerate_cmake_lists.py45 this_file_path = os.path.realpath(__file__)
47 path_to_top = os.path.realpath(path_to_top)
/aosp12/system/linkerconfig/
H A Drundiff.sh33 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 Ddump-tzdata.py35 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 Dvisualize_zone_trees.py36 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 Dhardware.c156 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 Dstdlib.h38 char* realpath(const char* path, char* resolved)
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/
H A Drun_tests.sh4 cd $(dirname $(realpath $0))

123456