OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:realpath
(Results
451 - 475
of
836
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/
ez_setup.py
139
return os.path.
realpath
(saveto)
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/
ez_setup.py
139
return os.path.
realpath
(saveto)
/external/chromium-trace/catapult/third_party/typ/typ/fakes/
host_fake.py
202
def
realpath
(self, *comps):
member in class:FakeHost
/external/deqp/android/scripts/
common.py
229
ANDROID_DIR = os.path.
realpath
(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
/external/deqp/scripts/
run_internal_tests.py
62
execute(["cmake", os.path.
realpath
(config.srcPath)] + config.genParams, workDir = config.buildPath)
/external/v8/build/
landmines.py
31
SRC_DIR = os.path.dirname(os.path.dirname(os.path.
realpath
(__file__)))
vs_toolchain.py
16
script_dir = os.path.dirname(os.path.
realpath
(__file__))
/frameworks/base/services/core/java/com/android/server/pm/
PackageDexOptimizer.java
331
apkPath = PackageManagerServiceUtils.
realpath
(new File(apkPath));
/frameworks/compile/mclinker/include/mcld/
GeneralOptions.h
12
#include "mcld/Support/
RealPath
.h"
/libcore/luni/src/main/java/libcore/io/
Os.java
124
public String
realpath
(String path) throws ErrnoException;
method in interface:Os
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sysconfig.py
254
real = os.path.
realpath
(sys.executable)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sysconfig.py
254
real = os.path.
realpath
(sys.executable)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py
254
real = os.path.
realpath
(sys.executable)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py
254
real = os.path.
realpath
(sys.executable)
/toolchain/binutils/binutils-2.25/ld/
configure.ac
204
AC_CHECK_FUNCS(glob mkstemp
realpath
sbrk setlocale waitpid)
/external/clang/lib/Basic/
FileManager.cpp
534
if (
realpath
(Dir->getName(), CanonicalNameBuf))
544
// Ideally we'd have an equivalent of `
realpath
` and could implement
/external/clang/test/
lit.cfg
154
if os.path.
realpath
(clang_src_root) != os.path.
realpath
(this_src_root):
/external/llvm/test/
lit.cfg
158
if os.path.
realpath
(llvm_src_root) != os.path.
realpath
(this_src_root):
/external/selinux/policycoreutils/sandbox/
sandbox
242
rp = os.path.
realpath
(os.path.expanduser(value))
410
rp = os.path.
realpath
(f)
/external/valgrind/
Android.mk
64
-DVG_LIBDIR=\"$(
realpath
$(HOST_OUT_SHARED_LIBRARIES))/valgrind\"
70
-DVG_LIBDIR=\"$(
realpath
$(HOST_OUT_SHARED_LIBRARIES))/valgrind\"
/ndk/
checkbuild.py
620
os.chdir(os.path.dirname(os.path.
realpath
(__file__)))
624
os.environ['ANDROID_BUILD_TOP'] = os.path.
realpath
('..')
/prebuilts/gdb/darwin-x86/lib/python2.7/
sysconfig.py
6
from os.path import pardir,
realpath
namespace
99
return
realpath
(path)
/prebuilts/gdb/linux-x86/lib/python2.7/
sysconfig.py
6
from os.path import pardir,
realpath
namespace
99
return
realpath
(path)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py
287
other_tmp_dir = os.path.
realpath
(self.mkdtemp())
327
other_tmp_dir = os.path.
realpath
(self.mkdtemp())
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sysconfig.py
6
from os.path import pardir,
realpath
namespace
99
return
realpath
(path)
Completed in 1938 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>