Home
last modified time | relevance | path

Searched defs:status_file (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/cronet/base/android/
H A Dpmf_utils.cc18 base::File& status_file) { in CalculateProcessMemoryFootprint()
64 base::File& status_file) { in CalculatePrivateMemoryFootprintForTesting()
79 base::File status_file( in GetPrivateMemoryFootprintForCurrentProcess() local
H A Dpmf_utils_unittest.cc35 base::File status_file(status_path, in TEST() local
/aosp_15_r20/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp289 auto status_file = GetStatusFilePath(name); in DeleteBackingImage() local
323 auto status_file = GetStatusFilePath(name); in MapWithDmLinear() local
434 auto status_file = GetStatusFilePath(name); in MapWithLoopDeviceList() local
505 auto status_file = GetStatusFilePath(name); in MapWithLoopDevice() local
597 auto status_file = GetStatusFilePath(name); in UnmapImageDevice() local
/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dupdate_tryjob_status.py158 def GetCustomScriptResult(custom_script, status_file, tryjob_contents): argument
223 def UpdateTryjobStatus(revision, set_status, status_file, custom_script): argument
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dlock_unittest.py41 def _ReadFileWithExclusiveLockNonBlocking(target_file, status_file): argument
/aosp_15_r20/platform_testing/utils/shell-as/
H A Dcontext.cpp59 FILE* status_file = fopen(proc_status_path.c_str(), "r"); in ParseProcStatusFile() local
/aosp_15_r20/system/libprocinfo/
H A Dprocess_test.cpp183 std::string status_file = std::string(tmp_dir.path) + "/status"; in TEST() local
/aosp_15_r20/external/libchrome/base/process/
H A Dprocess_linux.cc170 FilePath status_file = in GetPidInNamespace() local
H A Dprocess_metrics_linux.cc66 FilePath status_file = internal::GetProcPidDir(pid).Append(filename); in ReadProcFileToTrimmedStringPairs() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/user_events/
H A Dperf_test.c22 const char *status_file = "/sys/kernel/debug/tracing/user_events_status"; variable
H A Dftrace_test.c20 const char *status_file = "/sys/kernel/debug/tracing/user_events_status"; variable
/aosp_15_r20/external/cronet/base/process/
H A Dinternal_linux.cc90 FilePath status_file = GetProcPidDir(pid).Append(filename); in ReadProcFileToTrimmedStringPairs() local
/aosp_15_r20/system/extras/simpleperf/
H A Denvironment.cpp1033 std::string status_file = "/proc/" + std::to_string(pid) + "/status"; in GetProcessUid() local
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp273 auto status_file = sm->GetSnapshotStatusFilePath(snapshot); in CleanupSnapshotArtifacts() local