Home
last modified time | relevance | path

Searched refs:procFile (Results 1 - 3 of 3) sorted by relevance

/base/startup/init/services/modules/bootchart/
H A Dbootchart.c167 FILE *procFile = fopen(BOOTCHART_OUTPUT_PATH"proc_ps.log", "w"); in BootchartThreadMain() local
170 if (statFile == NULL || procFile == NULL || diskFile == NULL) { in BootchartThreadMain()
193 bootchartLogProcess(procFile); in BootchartThreadMain()
201 if (procFile != NULL) { in BootchartThreadMain()
202 (void)fflush(procFile); in BootchartThreadMain()
203 (void)fclose(procFile); in BootchartThreadMain()
/base/startup/init/services/init/
H A Dinit_common_cmds.c168 static void SetProcName(const struct CmdArgs *ctx, const char *procFile) in SetProcName() argument
170 int fd = open(procFile, O_WRONLY | O_CREAT | O_CLOEXEC | O_TRUNC, S_IRUSR | S_IWUSR); in SetProcName()
171 INIT_ERROR_CHECK(fd >= 0, return, "Failed to set %s errno: %d", procFile, errno); in SetProcName()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp415 for (auto& procFile : procFiles) { in CollectAllProcessMemory()
416 std::string fileName = FileUtil::ExtractFileName(procFile); in CollectAllProcessMemory()

Completed in 4 milliseconds