Home
last modified time | relevance | path

Searched refs:GetDirFromFilePath (Results 1 – 3 of 3) sorted by relevance

/test/vts/drivers/libdrivercomm/
DVtsDriverFileUtil.h36 extern string GetDirFromFilePath(const string& file_path_absolute);
DVtsDriverFileUtil.cpp35 string GetDirFromFilePath(const string& str) { in GetDirFromFilePath() function
/test/vts/drivers/shell/
DShellDriver.cpp94 string temp_dir = GetDirFromFilePath(this->socket_address_); in ExecShellCommandNohup()