Home
last modified time | relevance | path

Searched refs:home_directory (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm-project/lldb/source/Host/common/
DFileSystem.cpp368 return llvm::sys::path::home_directory(path); in GetHomeDirectory()
515 void FileSystem::SetHomeDirectory(std::string home_directory) { in SetHomeDirectory() argument
516 m_home_directory = std::move(home_directory); in SetHomeDirectory()
/external/ImageMagick/MagickCore/
Dutility.c751 home_directory[MagickPathExtent], in ExpandFilenames() local
778 *home_directory='\0'; in ExpandFilenames()
836 if (*home_directory == '\0') in ExpandFilenames()
837 getcwd_utf8(home_directory,MagickPathExtent-1); in ExpandFilenames()
838 filelist=ListFiles(*path == '\0' ? home_directory : path,filename, in ExpandFilenames()
Dxwindow-private.h329 home_directory[MagickPathExtent]; member
Danimate.c2863 if (*resource_info->home_directory == '\0') in XAnimateImages()
2864 (void) CopyMagickString(resource_info->home_directory,".",MagickPathExtent); in XAnimateImages()
2865 status=chdir(resource_info->home_directory); in XAnimateImages()
2868 "UnableToOpenFile","%s",resource_info->home_directory); in XAnimateImages()
/external/llvm/include/llvm/Support/
DPath.h345 bool home_directory(SmallVectorImpl<char> &result);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h345 bool home_directory(SmallVectorImpl<char> &result);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPath.h378 bool home_directory(SmallVectorImpl<char> &result);
/external/llvm-project/llvm/include/llvm/Support/
DPath.h372 bool home_directory(SmallVectorImpl<char> &result);
/external/llvm-project/lldb/include/lldb/Host/
DFileSystem.h197 void SetHomeDirectory(std::string home_directory);
/external/llvm-project/llvm/unittests/Support/
DPath.cpp447 auto status = path::home_directory(HomeDir); in TEST()
464 EXPECT_TRUE(path::home_directory(HomeDir)); in TEST()
480 ASSERT_TRUE(path::home_directory(Fallback)); in TEST()
500 ASSERT_TRUE(path::home_directory(Fallback)); in TEST()
512 ASSERT_TRUE(path::home_directory(Fallback)); in TEST()
714 bool Result = llvm::sys::path::home_directory(HomeDir); in TEST_F()
732 bool Result = llvm::sys::path::home_directory(HomeDir); in TEST_F()
1368 path::home_directory(PathHome); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
DLineEditor.cpp25 if (sys::path::home_directory(Path)) { in getDefaultHistoryPath()
/external/llvm/lib/LineEditor/
DLineEditor.cpp26 if (sys::path::home_directory(Path)) { in getDefaultHistoryPath()
/external/llvm-project/llvm/lib/LineEditor/
DLineEditor.cpp25 if (sys::path::home_directory(Path)) { in getDefaultHistoryPath()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp304 else if (!sys::path::home_directory(Path)) in InitDebuggingDir()
/external/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp304 else if (!sys::path::home_directory(Path)) in InitDebuggingDir()
/external/llvm-project/llvm/lib/Support/Unix/
DPath.inc652 if (!path::home_directory(Storage)) {
1220 bool home_directory(SmallVectorImpl<char> &result) {
1263 if (home_directory(result)) {
1277 if (!home_directory(result)) {
1298 if (!home_directory(result)) {
/external/llvm-project/lldb/include/lldb/Utility/
DReproducerProvider.h211 llvm::sys::path::home_directory(home_dir); in HomeDirectoryProvider()
/external/llvm/lib/Support/Unix/
DPath.inc676 bool home_directory(SmallVectorImpl<char> &result) {
726 if (home_directory(Result)) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc692 bool home_directory(SmallVectorImpl<char> &result) {
742 if (home_directory(Result)) {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc628 if (!path::home_directory(Storage)) {
1132 bool home_directory(SmallVectorImpl<char> &result) {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc1305 if (!path::home_directory(HomeDir)) {
1364 bool home_directory(SmallVectorImpl<char> &result) {
/external/llvm/unittests/Support/
DPath.cpp320 auto status = path::home_directory(HomeDir); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp562 home_directory(PathHome); in native()
/external/llvm-project/llvm/lib/Support/
DPath.cpp555 home_directory(PathHome); in native()
/external/llvm-project/llvm/lib/Support/Windows/
DPath.inc1362 if (!path::home_directory(HomeDir)) {
1421 bool home_directory(SmallVectorImpl<char> &result) {

12