Home
last modified time | relevance | path

Searched defs:realpath (Results 26 – 50 of 233) sorted by relevance

12345678910

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dposixpath.py412 def realpath(filename, *, strict=False): function
/aosp_15_r20/external/python/cpython2/Lib/
Dposixpath.py372 def realpath(filename): function
/aosp_15_r20/external/python/cpython2/Lib/plat-riscos/
Driscospath.py322 realpath = abspath variable
/aosp_15_r20/external/python/cpython2/Lib/unittest/test/
Dtest_discovery.py373 def realpath(path): function
/aosp_15_r20/system/apex/apexd/
H A Dapex_file.cpp171 std::string realpath; in Open() local
H A Dapexservice_test.cpp757 std::string realpath; in TEST_F() local
/aosp_15_r20/cts/tests/tests/jni/libjnitest/
H A Dandroid_jni_cts_LinkerNamespacesTest.cpp234 std::string realpath; in check_lib() local
/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_path.py334 def realpath(self, filename: AnyStr, strict: Optional[bool] = None) -> AnyStr: member in FakePathModule
/aosp_15_r20/external/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc226 INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) { in INTERCEPTOR() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/
H A Dposix_compat.h339 inline wchar_t* realpath(const wchar_t* path, [[maybe_unused]] wchar_t* resolved_name) { in realpath() function
/aosp_15_r20/external/mesa3d/src/drm-shim/
H A Ddrm_shim.c761 realpath(const char *path, char *resolved_path) in realpath() function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/
H A Dtest_discovery.py780 def realpath(path): function
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/
Dtest_discovery.py780 def realpath(path): function
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java336 @Override public String realpath(String path) throws ErrnoException { in realpath() method in BlockGuardOs
H A DForwardingOs.java624 public String realpath(String path) throws ErrnoException { return os.realpath(path); } in realpath() method in ForwardingOs
H A DOs.java528 public String realpath(String path) throws ErrnoException; in realpath() method
H A DLinux.java232 public native String realpath(String path) throws ErrnoException; in realpath() method in Linux
/aosp_15_r20/external/toybox/scripts/prereq/generated/
H A Dglobals.h137 struct realpath_data realpath; member
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixNativeDispatcher.java254 static byte[] realpath(UnixPath path) throws UnixException { in realpath() method in UnixNativeDispatcher
/aosp_15_r20/bionic/tests/
H A Dstdlib_test.cpp354 TEST(stdlib, realpath) { in TEST() argument
/aosp_15_r20/external/python/parse_type/tasks/_vendor/
Dpath.py306 def realpath(self): member in Path
/aosp_15_r20/libcore/luni/src/main/java/android/system/
H A DOs.java599 …public static @Nullable String realpath(@Nullable String path) throws ErrnoException { return Libc… in realpath() method in Os
/aosp_15_r20/system/core/fs_mgr/
H A Dfs_mgr.cpp155 static std::string realpath(const std::string& blk_device) { in realpath() function
/aosp_15_r20/external/toybox/android/mac/generated/
H A Dglobals.h376 struct realpath_data realpath; member
/aosp_15_r20/external/toybox/android/linux/generated/
H A Dglobals.h433 struct realpath_data realpath; member

12345678910