Searched refs:prefixPath (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_utils.cpp | 385 void WriteToFile(std::string prefixPath, std::string pid, void* dest, size_t size, int32_t format, int32_t width, in WriteToFile() argument 398 ss << prefixPath << pid << "_" << name << "_" << nowVal << "_" << format << "_" in WriteToFile() 445 std::string prefixPath = "/data/bq_"; in DumpToFileAsync() local 448 prefixPath = "/data/storage/el1/base/bq_"; in DumpToFileAsync() 452 std::thread file_writer(WriteToFile, prefixPath, std::to_string(pid), dest, size, buffer->GetFormat(), in DumpToFileAsync()
|
/foundation/resourceschedule/memmgr/common/include/ |
H A D | kernel_interface.h | 64 std::string JoinPath(const std::string& prefixPath, const std::string& subPath); 65 std::string JoinPath(const std::string& prefixPath, const std::string& midPath, const std::string& subPath);
|
/foundation/resourceschedule/memmgr/common/src/ |
H A D | kernel_interface.cpp | 238 std::string KernelInterface::JoinPath(const std::string& prefixPath, const std::string& subPath) in JoinPath() argument 240 return AddDelimiter(prefixPath) + subPath; in JoinPath() 243 std::string KernelInterface::JoinPath(const std::string& prefixPath, const std::string& midPath, in JoinPath() argument 246 return JoinPath(JoinPath(prefixPath, midPath), subPath); in JoinPath()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1107 std::string prefixPath = originPath; in ScanSoFiles() local 1108 if (prefixPath.back() != ServiceConstants::FILE_SEPARATOR_CHAR) { in ScanSoFiles() 1109 prefixPath.push_back(ServiceConstants::FILE_SEPARATOR_CHAR); in ScanSoFiles() 1111 std::string relativePath = currentFile.substr(prefixPath.size()); in ScanSoFiles()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 144 auto prefixPath = nativeLibraryPath.substr(0, position); in BuildTempNativeLibraryPath() local 146 return prefixPath + ServiceConstants::TMP_SUFFIX + suffixPath; in BuildTempNativeLibraryPath()
|
Completed in 16 milliseconds