OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_full_path
(Results
1 - 2
of
2
) sorted by null
/test/vts/runners/host/
utils.py
213
def load_config(
file_full_path
):
219
if not os.path.isfile(
file_full_path
):
225
new_path = os.path.join(base_path,
file_full_path
)
228
file_full_path
= new_path
231
with open(
file_full_path
, 'r') as f:
/tools/test/connectivity/acts/framework/acts/
utils.py
220
def load_config(
file_full_path
):
226
with open(
file_full_path
, 'r') as f:
Completed in 455 milliseconds