HomeSort by relevance Sort by last modified time
    Searched refs:realpath (Results 126 - 150 of 454) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/pdfium/
update_pdfium.py 118 targetDir = os.path.dirname(os.path.realpath(__file__))
  /external/v8/gypfiles/
download_gold_plugin.py 25 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
  /external/v8/tools/
dump-cpp.py 22 tools_path = os.path.dirname(os.path.realpath(__file__))
  /external/v8/tools/gyp/test/module/src/
program.c 102 if (!realpath(argv[0], bin_path)) {
  /external/vboot_reference/tests/
gen_fuzz_test_cases.sh 15 TESTKEY_DIR=${TESTKEY_DIR:-$(realpath ${SCRIPT_DIR}/../tests/testkeys)}
  /prebuilts/ndk/
make_platform_symlinks.py 20 THIS_DIR = os.path.realpath(os.path.dirname(__file__))
  /prebuilts/sdk/
update_current.sh 107 ROOT_DIR=$(realpath $(dirname $0))
  /tools/test/connectivity/acts/framework/acts/controllers/
diag_logger.py 102 self.host_log_path = os.path.realpath(os.path.expanduser(
  /tools/test/connectivity/acts/tests/google/bt/setup/
BtPreFlightTest.py 45 conf_path = "{}/bt_stack.conf".format(os.path.dirname(os.path.realpath(
  /external/autotest/site_utils/
brillo_test_launcher.py 19 os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
75 os.path.dirname(os.path.realpath(__file__)))
120 [os.path.dirname(os.path.dirname(os.path.realpath(__file__)))])
team_extract.py 19 base_dir = os.path.realpath(os.path.abspath(os.path.join(
  /bionic/linker/
linker.cpp 187 static bool is_system_library(const std::string& realpath) {
189 if (file_is_in_dir(realpath, dir)) {
444 // 1. For regular path it converts it to realpath()
445 // 2. For path in a zip file it uses realpath on the zipfile
453 if (realpath(original_path, resolved_path) != nullptr) {
478 if (realpath(zip_path.c_str(), resolved_path) == nullptr) {
559 static bool realpath_fd(int fd, std::string* realpath) {
567 *realpath = &buf[0];
877 soinfo::soinfo(android_namespace_t* ns, const char* realpath,
882 if (realpath != nullptr)
    [all...]
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 229 INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) {
231 return REAL(realpath)(path, resolved_path);
326 INTERCEPT_FUNCTION(realpath);
  /external/llvm/utils/lit/lit/
discovery.py 49 source_root = os.path.realpath(cfg.test_source_root or path)
50 exec_root = os.path.realpath(cfg.test_exec_root or path)
61 item = os.path.realpath(item)
  /external/v8/build/
gyp_chromium.py 22 script_dir = os.path.dirname(os.path.realpath(__file__))
174 specified_includes.add(os.path.realpath(arg[2:]))
178 if os.path.realpath(path) not in specified_includes:
  /ndk/build/tools/
package.py 37 ANDROID_TOP = os.path.realpath(os.path.join(THIS_DIR, '../../..'))
288 package_path = os.path.realpath(package_path)
318 '--dist-dir', type=os.path.realpath,
  /development/ndk/platforms/android-16/include/
stdlib.h 101 extern char * realpath(const char *path, char *resolved);
  /development/ndk/platforms/android-21/include/
stdlib.h 90 extern char * realpath(const char *path, char *resolved);
  /development/ndk/platforms/android-3/include/
stdlib.h 97 extern char * realpath(const char *path, char *resolved);
  /development/ndk/platforms/android-8/include/
stdlib.h 98 extern char * realpath(const char *path, char *resolved);
  /development/ndk/platforms/android-9/include/
stdlib.h 98 extern char * realpath(const char *path, char *resolved);
  /external/autotest/server/site_tests/android_ACTS/
android_ACTS.py 46 actual_path = os.path.realpath(actual_path)
  /external/boringssl/src/util/bot/
vs_toolchain.py 13 script_dir = os.path.dirname(os.path.realpath(__file__))
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util.py 32 return os.path.realpath(os.path.abspath(path_name))
  /external/chromium-trace/catapult/devil/devil/android/
md5sum.py 37 [md5sum_bin_host_path] + [os.path.realpath(p) for p in paths])

Completed in 586 milliseconds

1 2 3 4 56 7 8 91011>>