/frameworks/compile/mclinker/lib/Support/ |
Android.mk | 15 RealPath.cpp \
|
/libcore/luni/src/main/native/ |
realpath.cpp | 39 * This differs from realpath(3) mainly in its behavior when a path element does not exist or can 40 * not be searched. realpath(3) treats that as an error and gives up, but we have Java-compatible 43 * can resolve (as in "/tmp/does-not-exist/../blah.txt" which would be an error for realpath(3) 48 bool realpath(const char* path, std::string& resolved) { function
|
sub.mk | 53 realpath.cpp \
|
java_io_File.cpp | 62 extern bool realpath(const char* path, std::string& resolved); 64 if (!realpath(path.c_str(), result)) { 168 NATIVE_METHOD(File, realpath, "(Ljava/lang/String;)Ljava/lang/String;"),
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
dispatch.py | 81 path = os.path.realpath(path) 206 if not os.path.realpath(scan_dir).startswith( 207 os.path.realpath(root_dir)): 359 # comparing realpath of them. 365 scan_realpath = os.path.realpath(scan_dir) 366 root_realpath = os.path.realpath(root_dir) 369 (not os.path.realpath(path).startswith(root_realpath))):
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_dispatch.py | 67 # Python built by MSC inserts a drive name like 'C:\' via realpath(). 68 # Converter Generator expands provided path using realpath() and uses 70 os_root = os.path.realpath('/') 130 (os.path.realpath(os.path.join( 133 (os.path.realpath(os.path.join( 136 (os.path.realpath(os.path.join( 139 (os.path.realpath(os.path.join(
|
/external/llvm/ |
Makefile.config.in | 42 # The macro below is expanded when 'realpath' is not built-in. 43 # Built-in 'realpath' is available on GNU Make 3.81. 44 realpath = $(shell cd $(1); $(PWD)) 46 PROJ_OBJ_DIR := $(call realpath, .) 47 PROJ_OBJ_ROOT := $(call realpath, $(PROJ_OBJ_DIR)/$(LEVEL)) 52 LLVM_SRC_ROOT := $(call realpath, @abs_top_srcdir@) 53 LLVM_OBJ_ROOT := $(call realpath, @abs_top_builddir@) 58 CLANG_SRC_ROOT:= $(call realpath, $(CLANG_SRC_ROOT)) 82 PROJ_SRC_DIR := $(call realpath, $(PROJ_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
|
/external/compiler-rt/lib/msan/lit_tests/ |
lit.cfg | 37 if (os.path.realpath(msan_test_src_root) != 38 os.path.realpath(config.test_source_root)):
|
/external/compiler-rt/lib/tsan/lit_tests/ |
lit.cfg | 37 if (os.path.realpath(tsan_test_src_root) != 38 os.path.realpath(config.test_source_root)):
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
AppDataDirGuesserTest.java | 61 String realPath = "/system/framework/android.test.runner.jar:" + 64 guessCacheDirFor(realPath)
|
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
cssgen.php | 190 echo '<span style="color: green;">Found at ' . realpath($geshi_path) . '</span>'; 211 echo '<span style="color: green;">Found at ' . realpath($geshi_lang_path) . '</span>'; 230 <br />geshi.php: <input type=\"text\" name=\"geshi-path\" value=\"" . realpath('../geshi.php') . "\" size=\"50\" />"; 239 <br />language files directory: <input type=\"text\" name=\"geshi-lang-path\" value=\"" . realpath('../geshi/') . "/\" size=\"50\" /> (should have a trailing slash)"; 254 <input type="hidden" name="geshi-path" value="' . realpath($geshi_path) . '" /><input type="hidden" name="geshi-lang-path" value="' . realpath($geshi_lang_path) . '" /> 321 echo '<input type="hidden" name="geshi-path" value="' . realpath($geshi_path) . '" /><input type="hidden" name="geshi-lang-path" value="' . realpath($geshi_lang_path) . '" />
|
/external/littlemock/tests/com/google/testing/littlemock/ |
AppDataDirGuesserTest.java | 62 String realPath = "/system/framework/android.test.runner.jar:" + 65 guessCacheDirFor(realPath)
|
/external/llvm/test/Unit/ |
lit.cfg | 64 if os.path.realpath(llvm_src_root) != os.path.realpath(this_src_root):
|
/external/srec/portable/include/ |
PANSIFileSystemImpl.h | 41 * [virtualPath, realPath] mapping. 66 PORTABLE_API ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath);
|
/bionic/libc/kernel/tools/ |
utils.py | 55 path = os.path.realpath(sys.argv[0]) 184 #path = os.path.realpath(path) 189 #path = os.path.realpath(path) 199 #dst = os.path.realpath(dst)
|
/cts/suite/audio_quality/test_description/conf/ |
detect_usb_audio.py | 39 card_full_path = os.path.realpath(AUDIO_CLASS_DIR + "/" + sound_dev)
|
/external/elfutils/bionic-fixup/ |
AndroidFixup.h | 40 #define canonicalize_file_name(path) realpath(path, NULL)
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
build-generated-files.sh | 16 XSRCROOT=`realpath "$XSRCROOT"`
|
/external/webkit/Source/WebKit2/win/ |
build-generated-files.sh | 29 export WebKit2=$(cygpath -u "$(cygpath -ms "$(realpath ..)")")
|
/external/webkit/Tools/WebKitTestRunner/win/ |
build-generated-files.sh | 31 export WebKitTestRunner=$(cygpath -u "$(cygpath -ms "$(realpath ..)")")
|
/external/zlib/ |
update_zlib.sh | 9 base_dir=$(realpath $(dirname $0))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stdlib.h | 29 char *__restrict __resolved), realpath) __wur; 34 __warnattr ("second argument of realpath must be either NULL or at " 38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved)) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stdlib.h | 29 char *__restrict __resolved), realpath) __wur; 34 __warnattr ("second argument of realpath must be either NULL or at " 38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved)) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stdlib.h | 29 char *__restrict __resolved), realpath) __wur; 34 __warnattr ("second argument of realpath must be either NULL or at " 38 __NTH (realpath (__const char *__restrict __name, char *__restrict __resolved)) function
|
/external/llvm/projects/sample/ |
Makefile.llvm.config.in | 36 # The macro below is expanded when 'realpath' is not built-in. 37 # Built-in 'realpath' is available on GNU Make 3.81. 38 realpath = $(shell cd $(1); $(PWD)) 40 PROJ_OBJ_DIR := $(call realpath, .) 41 PROJ_OBJ_ROOT := $(call realpath, $(PROJ_OBJ_DIR)/$(LEVEL)) 58 PROJ_SRC_DIR := $(call realpath, $(PROJ_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
|