Home
last modified time | relevance | path

Searched defs:fullpath (Results 1 – 25 of 91) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/
Dtest_stat.rs176 let fullpath = tempdir.path().join(filename); in test_fchmodat() localVariable
226 let fullpath = tempdir.path().join("file"); in test_utimes() localVariable
244 let fullpath = tempdir.path().join("symlink"); in test_lutimes() localVariable
270 let fullpath = tempdir.path().join("file"); in test_futimens() localVariable
286 let fullpath = tempdir.path().join(filename); in test_utimensat() localVariable
421 let fullpath = tempdir.path().join("file"); in test_futimens_unchanged() localVariable
455 let fullpath = tempdir.path().join(filename); in test_utimensat_unchanged() localVariable
/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dpysource.py33 def _open(fullpath): argument
50 def has_python_ext(fullpath): argument
53 def looks_like_python(fullpath): argument
74 def can_be_compiled(fullpath): argument
Dfindnocoding.py52 def needs_declaration(fullpath): argument
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dpysource.py33 def _open(fullpath): argument
50 def has_python_ext(fullpath): argument
53 def looks_like_python(fullpath): argument
74 def can_be_compiled(fullpath): argument
Dfindnocoding.py52 def needs_declaration(fullpath): argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-ns.cc158 std::string fullpath = rootdir_ + nc.first; in ContainerFilesystem() local
169 std::string fullpath = rootdir_ + mountpt_; in ContainerFilesystem() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DXMLSource.java241 String fullpath = getFullPath(path); in isDraft() local
735 String fullpath = getFullPathAtDPath(path); in toString() local
751 String fullpath = getFullPathAtDPath(path); in toString() local
1725 String fullpath = CLDRFile.getKey(typeNo, code); in addFallbackCode() local
1735 String fullpath, String value, String alt) { // assumes no allowDuplicates for this in addFallbackCode()
1740 String fullpath, String value, String alt) { in addFallbackCodeToConstructedItems()
/aosp_15_r20/external/okio/okio/src/mingwX64Main/kotlin/okio/
H A DWindowsPosixVariant.kt96 val fullpath = _fullpath(null, path.toString(), PATH_MAX.toULong()) in variantCanonicalize() constant
/aosp_15_r20/external/okio/okio/src/unixMain/kotlin/okio/
H A DUnixPosixVariant.kt86 val fullpath = realpath(path.toString(), null) in variantCanonicalize() constant
/aosp_15_r20/external/python/cpython3/Python/
Dpathconfig.c411 wchar_t fullpath[MAXPATHLEN]; in _PyPathConfig_ComputeSysPath0() local
413 wchar_t fullpath[MAX_PATH]; in _PyPathConfig_ComputeSysPath0() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/
H A Dproc.c493 char *fullpath = NULL; local
514 char *fullpath = NULL; local
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_elf.c658 char fullpath[PATH_MAX]; in find_debug_via_debuglink() local
698 char fullpath[PATH_MAX]; in find_debug_via_buildid() local
723 char fullpath[PATH_MAX]; in find_debug_via_symfs() local
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_folder_posix.cpp58 ByteString fullpath = m_Path + "/" + de->d_name; in GetNextFile() local
/aosp_15_r20/hardware/interfaces/drm/1.0/vts/functional/
H A Dvendor_modules.cpp44 string fullpath = directory + "/" + entry->d_name; in scanModules() local
/aosp_15_r20/external/armnn/tests/
H A DCifar10Database.cpp24 std::string fullpath = m_BinaryDirectory + std::string("test_batch.bin"); in GetTestCaseData() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/netware/
H A Ddso.c73 char *fullpath = NULL; in apr_dso_load() local
/aosp_15_r20/external/python/cpython2/Python/
Ddynload_beos.c163 char fullpath[PATH_MAX]; in _PyImport_GetDynLoadFunc() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DUCCTracing.cpp34 std::string fullpath = "/tmp/" + dirname; in flushComms() local
/aosp_15_r20/external/ltp/testcases/kernel/controllers/libcontrollers/
H A Dlibcontrollers.c38 char fullpath[PATH_MAX]; variable
/aosp_15_r20/external/erofs-utils/lib/
H A Dconfig.c81 const char *erofs_fspath(const char *fullpath) in erofs_fspath()
/aosp_15_r20/external/autotest/server/cros/multimedia/
H A Dbrowser_facade_adapter.py68 def http_server_url_of(self, fullpath): argument
/aosp_15_r20/external/autotest/client/cros/multimedia/
H A Dbrowser_facade.py62 def http_server_url_of(self, fullpath): argument
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestAliases.java105 String fullpath = en.getFullXPath(path); in testCountFull() local
/aosp_15_r20/external/autotest/client/profilers/powertop/src/
H A Durbnum.c66 char fullpath[4096]; in update_urbnum() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/
H A Dtfr_decompose_ctx.cc75 string fullpath = io::JoinPath(composite_mlir_dir, file); in Get() local

1234