Home
last modified time | relevance | path

Searched refs:path_name_ (Results 1 – 4 of 4) sorted by relevance

/test/dittosuite/src/
Dopen_file.cpp27 path_name_(GetAbsolutePath() + path_name), in OpenFile()
57 path_name_ = std::get<std::string>(SharedVariables::Get(input_key_)); in SetUpSingle()
61 path_name_ = GetAbsolutePath() + std::to_string(uniform_distribution(gen_)); in SetUpSingle()
62 } while (FileExists(syscall_, path_name_)); in SetUpSingle()
86 int fd = syscall_.Open(path_name_, open_flags, open_mode); in RunSingle()
89 PLOGF("Cannot open \"" + path_name_ + "\""); in RunSingle()
Ddelete_file.cpp23 : Instruction(kName, params), path_name_(GetAbsolutePath() + path_name), input_key_(-1) {} in DeleteFile()
30 path_name_ = std::get<std::string>(SharedVariables::Get(input_key_)); in SetUpSingle()
36 if (syscall_.Unlink(path_name_) == -1) { in RunSingle()
/test/dittosuite/include/ditto/
Ddelete_file.h34 std::string path_name_; variable
Dopen_file.h41 std::string path_name_; variable