Searched refs:working_dir_stat (Results 1 - 2 of 2) sorted by relevance

/external/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp253 struct stat working_dir_stat; local
254 if (stat (optarg, &working_dir_stat) == 0)
/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2146 struct stat working_dir_stat; local
2147 if (::stat(m_ctx.GetWorkingDirPath(), &working_dir_stat) == -1)
2152 else if ((working_dir_stat.st_mode & S_IFMT) == S_IFDIR)

Completed in 736 milliseconds