HomeSort by relevance Sort by last modified time
    Searched full:realpath (Results 101 - 125 of 836) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/client/site_tests/enterprise_RemoraRequisition/
enterprise_RemoraRequisition.py 51 os.path.dirname(os.path.realpath(__file__)), 'credentials.txt'))
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
machine_replay.sh 13 THIS_SCRIPT_PATH=`realpath $0`
  /external/autotest/site_utils/
brillo_recovery_test.py 17 os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
test_that.py 277 realpath = os.path.realpath(__file__)
278 site_utils_path = os.path.realpath(site_utils_path)
283 if os.path.dirname(realpath) != site_utils_path:
306 autotest_path = os.path.realpath(os.path.join(os.path.dirname(__file__),
  /external/autotest/tko/
draw_graphs 5 $bin = `realpath $0 | xargs dirname`; chomp $bin;
  /external/bison/lib/
stdlib.in.h 732 # define realpath rpl_realpath
734 _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved)
736 _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved));
739 _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved)
742 _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved));
744 _GL_CXXALIASWARN (realpath);
746 # undef realpath
748 _GL_WARN_ON_USE (realpath, "realpath is unportable - use gnulib module "
  /external/google-breakpad/src/build/
gyp_breakpad 35 script_dir = os.path.dirname(os.path.realpath(__file__))
  /external/valgrind/
runtest.sh 17 root_dir=`realpath \`dirname $0\`/../../`
  /external/vixl/tools/
config.py 30 dir_tools = os.path.dirname(os.path.realpath(__file__))
  /hardware/bsp/intel/soc/edison/
soc.mk 51 TARGET_KERNEL_CONFIGS := $(realpath $(LOCAL_PATH)/soc.kconf)
  /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))
  /system/extras/systrace_analysis/
analyze_trace.py 30 this_script_path = os.path.dirname(os.path.realpath(__file__))
  /tools/test/connectivity/acts/tests/google/bt/setup/
BtPreFlightTest.py 45 conf_path = "{}/bt_stack.conf".format(os.path.dirname(os.path.realpath(
  /bionic/linker/
linker.cpp 184 static bool is_system_library(const std::string& realpath) {
186 if (file_is_in_dir(realpath, dir)) {
437 // 1. For regular path it converts it to realpath()
438 // 2. For path in a zip file it uses realpath on the zipfile
446 if (realpath(original_path, resolved_path) != nullptr) {
471 if (realpath(zip_path.c_str(), resolved_path) == nullptr) {
552 static bool realpath_fd(int fd, std::string* realpath) {
560 *realpath = &buf[0];
870 soinfo::soinfo(android_namespace_t* ns, const char* realpath,
875 if (realpath != nullptr)
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
realpath.c 30 static char sccsid[] = "@(#)realpath.c 8.1 (Berkeley) 2/16/94";
51 realpath(const char * __restrict path, char * __restrict resolved) function
  /external/autotest/client/cros/
dns_server.py 57 resolv = os.path.realpath(constants.RESOLV_CONF_FILE)
100 resolv = os.path.realpath(constants.RESOLV_CONF_FILE)
  /external/chromium-trace/catapult/telemetry/telemetry/core/
discover.py 29 start_dir = os.path.realpath(start_dir)
30 top_level_dir = os.path.realpath(top_level_dir)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
__init__.py 47 GSLIB_DIR = os.path.dirname(os.path.realpath(__file__))
49 GSUTIL_PATH = os.path.realpath(sys.argv[0])
  /external/clang/test/Unit/
lit.cfg 76 if os.path.realpath(clang_src_root) != os.path.realpath(this_src_root):
  /external/deqp/scripts/
cppcheck.py 140 fullDstFile = os.path.realpath(dstFile)
163 srcDir = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
eclipse 
  /external/owasp/sanitizer/tools/
cut_release.py 23 trunk_directory_path = os.path.realpath(os.path.join(
26 maven_directory_path = os.path.realpath(os.path.join(
  /external/skia/
gyp_skia 47 specified_includes.add(os.path.realpath(arg[2:]))
51 if os.path.realpath(path) not in specified_includes:
  /external/bison/darwin-lib/
stdlib.h 1068 # undef realpath macro
    [all...]

Completed in 1676 milliseconds

1 2 3 45 6 7 8 91011>>