Home
last modified time | relevance | path

Searched defs:sourceFilePath (Results 1 – 4 of 4) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/transform_ut/
Dut.test.ts144 const sourceFilePath: string = path.resolve(TEST_CASES_PATH, `ut/${utPage}.ets`); constant
Dut_partial_update.test.ts145 const sourceFilePath: string = path.resolve(TEST_CASES_PATH, `utForPartialUpdate/${utPage}.ets`); constant
Dut_validate.test.ts197 const sourceFilePath: string = path.resolve(TEST_CASES_PATH, `utForValidate/${utPage}.ets`); constant
/developtools/profiler/host/smartperf/client/client_command/
Dsp_log.cpp176 static bool Chmod(const std::string& sourceFilePath, mode_t mode) in Chmod()