Searched defs:sourceFilePath (Results 1 – 4 of 4) sorted by relevance
144 const sourceFilePath: string = path.resolve(TEST_CASES_PATH, `ut/${utPage}.ets`); constant
145 const sourceFilePath: string = path.resolve(TEST_CASES_PATH, `utForPartialUpdate/${utPage}.ets`); constant
197 const sourceFilePath: string = path.resolve(TEST_CASES_PATH, `utForValidate/${utPage}.ets`); constant
176 static bool Chmod(const std::string& sourceFilePath, mode_t mode) in Chmod()