Home
last modified time | relevance | path

Searched defs:pathbuf (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/
H A Dandroid_fs.proto19 optional string pathbuf = 6; field
33 optional string pathbuf = 6; field
45 optional string pathbuf = 4; field
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/fs/path/
Dpathbuf.rs148 let mut pathbuf = PathBuf::new(); in push() localVariable
154 let mut pathbuf = PathBuf::new(); in push() localVariable
161 let mut pathbuf = PathBuf::new(); in push() localVariable
Dmod.rs17 mod pathbuf; module
/aosp_15_r20/external/rust/crates/uefi/src/fs/path/
Dpathbuf.rs148 let mut pathbuf = PathBuf::new(); in push() localVariable
154 let mut pathbuf = PathBuf::new(); in push() localVariable
161 let mut pathbuf = PathBuf::new(); in push() localVariable
Dmod.rs17 mod pathbuf; module
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
H A Dandroid_fs.pb.h1605 inline const std::string& AndroidFsDatareadStartFtraceEvent::pathbuf() const { in pathbuf() function
1646 inline void AndroidFsDatareadStartFtraceEvent::set_allocated_pathbuf(std::string* pathbuf) { in set_allocated_pathbuf()
1973 inline const std::string& AndroidFsDatawriteStartFtraceEvent::pathbuf() const { in pathbuf() function
2014 inline void AndroidFsDatawriteStartFtraceEvent::set_allocated_pathbuf(std::string* pathbuf) { in set_allocated_pathbuf()
2285 inline const std::string& AndroidFsFsyncStartFtraceEvent::pathbuf() const { in pathbuf() function
2326 inline void AndroidFsFsyncStartFtraceEvent::set_allocated_pathbuf(std::string* pathbuf) { in set_allocated_pathbuf()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
Dandroid_fs.pb.h1605 inline const std::string& AndroidFsDatareadStartFtraceEvent::pathbuf() const { in pathbuf() function
1646 inline void AndroidFsDatareadStartFtraceEvent::set_allocated_pathbuf(std::string* pathbuf) { in set_allocated_pathbuf()
1973 inline const std::string& AndroidFsDatawriteStartFtraceEvent::pathbuf() const { in pathbuf() function
2014 inline void AndroidFsDatawriteStartFtraceEvent::set_allocated_pathbuf(std::string* pathbuf) { in set_allocated_pathbuf()
2285 inline const std::string& AndroidFsFsyncStartFtraceEvent::pathbuf() const { in pathbuf() function
2326 inline void AndroidFsFsyncStartFtraceEvent::set_allocated_pathbuf(std::string* pathbuf) { in set_allocated_pathbuf()
/aosp_15_r20/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dglob.c631 Char pathbuf[MAXPATHLEN]; in glob1() local
646 glob2(Char *pathbuf, Char *pathend, Char *pathend_last, Char *pattern, in glob2()
716 glob3(Char *pathbuf, Char *pathend, Char *pathend_last, in glob3()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
Dandroid_fs.pbzero.h32 ::protozero::ConstChars pathbuf() const { return at<4>().as_string(); } in pathbuf() function
248 ::protozero::ConstChars pathbuf() const { return at<6>().as_string(); } in pathbuf() function
502 ::protozero::ConstChars pathbuf() const { return at<6>().as_string(); } in pathbuf() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
H A Dandroid_fs.pbzero.h32 ::protozero::ConstChars pathbuf() const { return at<4>().as_string(); } in pathbuf() function
248 ::protozero::ConstChars pathbuf() const { return at<6>().as_string(); } in pathbuf() function
502 ::protozero::ConstChars pathbuf() const { return at<6>().as_string(); } in pathbuf() function
/aosp_15_r20/external/llvm-libc/src/unistd/linux/
H A Dgetcwd.cpp44 char pathbuf[PATH_MAX]; variable
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_handle_mac.cc37 char pathbuf[PROC_PIDPATHINFO_MAXSIZE]; in GetProcessExecutablePath() local
/aosp_15_r20/external/ltp/testcases/realtime/func/pi-tests/
H A Dtestpi-0.c74 char *pathbuf; in main() local
/aosp_15_r20/external/python/cpython3/Python/
Ddynload_shlib.c60 char pathbuf[260]; in _PyImport_FindSharedFuncptr() local
/aosp_15_r20/external/iproute2/lib/
H A Dnamespace.c93 char pathbuf[PATH_MAX]; in netns_get_fd() local
/aosp_15_r20/external/python/cpython2/Python/
Ddynload_shlib.c75 char pathbuf[260]; in _PyImport_GetDynLoadFunc() local
Ddynload_win.c176 char pathbuf[260]; local
/aosp_15_r20/external/trusty/musl/src/misc/
Dnftw.c111 char pathbuf[PATH_MAX+1]; in nftw() local
/aosp_15_r20/external/musl/src/misc/
H A Dnftw.c127 char pathbuf[PATH_MAX+1]; in nftw() local
/aosp_15_r20/development/tools/external_crates/rooted_path/src/
H A Dlib.rs131 let pathbuf: PathBuf = p.into(); in test_conversion() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs115 let pathbuf = PathBuf::from("/home/foo"); in into() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs115 let pathbuf = PathBuf::from("/home/foo"); in into() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs115 let pathbuf = PathBuf::from("/home/foo"); in into() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs115 let pathbuf = PathBuf::from("/home/foo"); in into() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/path/
H A Dtests.rs115 let pathbuf = PathBuf::from("/home/foo"); in into() localVariable

12