/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_posixpath.py | 5 from posixpath import realpath, abspath, dirname, basename namespace 229 self.assertEqual(realpath('.'), os.getcwd()) 230 self.assertEqual(realpath('./.'), os.getcwd()) 231 self.assertEqual(realpath('/'.join(['.'] * 100)), os.getcwd()) 235 self.assertEqual(realpath('..'), dirname(os.getcwd())) 236 self.assertEqual(realpath('../..'), dirname(dirname(os.getcwd()))) 237 self.assertEqual(realpath('/'.join(['..'] * 100)), '/') 244 self.assertEqual(realpath(ABSTFN), ABSTFN+"1") 254 self.assertEqual(realpath(ABSTFN), ABSTFN) 258 self.assertEqual(realpath(ABSTFN+"1"), ABSTFN+"1" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_posixpath.py | 5 from posixpath import realpath, abspath, dirname, basename namespace 229 self.assertEqual(realpath('.'), os.getcwd()) 230 self.assertEqual(realpath('./.'), os.getcwd()) 231 self.assertEqual(realpath('/'.join(['.'] * 100)), os.getcwd()) 235 self.assertEqual(realpath('..'), dirname(os.getcwd())) 236 self.assertEqual(realpath('../..'), dirname(dirname(os.getcwd()))) 237 self.assertEqual(realpath('/'.join(['..'] * 100)), '/') 244 self.assertEqual(realpath(ABSTFN), ABSTFN+"1") 254 self.assertEqual(realpath(ABSTFN), ABSTFN) 258 self.assertEqual(realpath(ABSTFN+"1"), ABSTFN+"1" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_posixpath.py | 5 from posixpath import realpath, abspath, dirname, basename namespace 229 self.assertEqual(realpath('.'), os.getcwd()) 230 self.assertEqual(realpath('./.'), os.getcwd()) 231 self.assertEqual(realpath('/'.join(['.'] * 100)), os.getcwd()) 235 self.assertEqual(realpath('..'), dirname(os.getcwd())) 236 self.assertEqual(realpath('../..'), dirname(dirname(os.getcwd()))) 237 self.assertEqual(realpath('/'.join(['..'] * 100)), '/') 244 self.assertEqual(realpath(ABSTFN), ABSTFN+"1") 254 self.assertEqual(realpath(ABSTFN), ABSTFN) 258 self.assertEqual(realpath(ABSTFN+"1"), ABSTFN+"1" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_posixpath.py | 5 from posixpath import realpath, abspath, dirname, basename namespace 229 self.assertEqual(realpath('.'), os.getcwd()) 230 self.assertEqual(realpath('./.'), os.getcwd()) 231 self.assertEqual(realpath('/'.join(['.'] * 100)), os.getcwd()) 235 self.assertEqual(realpath('..'), dirname(os.getcwd())) 236 self.assertEqual(realpath('../..'), dirname(dirname(os.getcwd()))) 237 self.assertEqual(realpath('/'.join(['..'] * 100)), '/') 244 self.assertEqual(realpath(ABSTFN), ABSTFN+"1") 254 self.assertEqual(realpath(ABSTFN), ABSTFN) 258 self.assertEqual(realpath(ABSTFN+"1"), ABSTFN+"1" [all...] |
/development/testrunner/test_defs/ |
test_walker.py | 74 realpath = os.path.realpath(path) 76 self._build_top = os.path.realpath(android_build.GetTop()) 77 if not self._IsPathInBuildTree(realpath): 84 tests = self._FindSubTests(realpath, []) 87 tests = self._FindUpstreamTests(realpath)
|
/external/icu/tools/ |
updateicudata.py | 15 icu_dir = os.path.realpath('%s/external/icu' % android_build_top) 16 icu4c_dir = os.path.realpath('%s/icu4c/source' % icu_dir) 17 icu4j_dir = os.path.realpath('%s/icu4j' % icu_dir)
|
/external/libdivsufsort/ |
generate_includes.sh | 21 LOCAL_PATH=$(realpath $(dirname "$0"))
|
/external/vixl/tools/ |
config.py | 30 dir_tools = os.path.dirname(os.path.realpath(__file__))
|
/external/webrtc/webrtc/build/ |
get_landmines.py | 18 script_dir = os.path.dirname(os.path.realpath(__file__))
|
/build/core/ |
find-jdk-tools-jar.sh | 5 JAVAC=$(realpath $(which javac) 2>/dev/null)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
extension_to_load.py | 40 return crx_id.GetCRXAppID(os.path.realpath(self._path)) 44 os.path.realpath(self._local_path),
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
path_set_unittest.py | 23 self.assertEqual(ps.pop(), os.path.realpath(__file__)) 30 self.assertEqual(ps.pop(), os.path.realpath(__file__))
|
/external/zlib/ |
update_zlib.sh | 9 base_dir=$(realpath $(dirname $0))
|
/ndk/tests/ |
ndk.py | 25 THIS_DIR = os.path.dirname(os.path.realpath(__file__)) 26 NDK_ROOT = os.path.realpath(os.path.join(THIS_DIR, '..'))
|
/prebuilts/tools/linux-x86_64/kythe/studio/ |
serve_studio_kythe.sh | 34 -exec realpath {} \;)
|
/toolchain/binutils/binutils-2.25/libiberty/ |
lrealpath.c | 1 /* Libiberty realpath. Like realpath, but more consistent behavior. 68 /* cygwin has realpath, so it won't get here. */ 79 path. Use that and realpath() to canonicalize the name. This is 81 upper bound, you want to avoid realpath() at all costs. */ 85 const char *rp = realpath (filename, buf); 110 to realpath() (it could always overflow). On those systems, we 123 rp = realpath (filename, buf); 131 /* The MS Windows method. If we don't have realpath, we assume we
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/ |
list_ports_linux.py | 67 bus, dev = os.path.basename(os.path.realpath(sysfs_path)).split('-') 80 base = os.path.basename(os.path.realpath(sysfs_path)) 107 sys_usb = os.path.dirname(os.path.dirname(os.path.realpath(sys_dev_path))) 117 product_name_file = os.path.dirname(os.path.realpath(sys_dev_path)) + "/product" 134 sys_usb = os.path.dirname(os.path.dirname(os.path.realpath(sys_dev_path)))
|
/ndk/build/lib/ |
build_support.py | 26 THIS_DIR = os.path.realpath(os.path.dirname(__file__)) 109 top = os.path.realpath(os.path.join(THIS_DIR, '../../..')) 155 path = os.path.realpath(os.getenv(env_var, default)) 256 type=os.path.realpath, default=get_out_dir()) 263 type=os.path.realpath) 269 os.environ['ANDROID_BUILD_TOP'] = os.path.realpath(top) 277 main_filename = os.path.realpath(sys.modules['__main__'].__file__)
|
/bionic/libc/include/ |
stdlib.h | 97 extern char * realpath(const char *path, char *resolved); 181 extern char* __realpath_real(const char*, char*) __RENAME(realpath); variable 182 __errordecl(__realpath_size_error, "realpath output parameter must be NULL or a >= PATH_MAX bytes buffer"); 186 char* realpath(const char* path, char* resolved) { function
|
/cts/suite/audio_quality/test_description/conf/ |
detect_usb_audio.py | 39 card_full_path = os.path.realpath(AUDIO_CLASS_DIR + "/" + sound_dev)
|
/external/autotest/client/tools/ |
autotest | 5 autotest_conf = os.path.realpath('/etc/autotest.conf')
|
/external/autotest/server/site_tests/firmware_TouchMTBSetup/ |
firmware_TouchMTBSetup.py | 21 return os.path.realpath(test_rel_dir)
|
/external/chromium-trace/catapult/catapult_build/ |
build_steps_unittest.py | 14 catapult_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
dependency_util.py | 48 return os.path.realpath(os.path.join(
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
__init__.py | 31 google_appengine = os.path.dirname(os.path.realpath(dev_appserver_path))
|