Searched refs:curr_dir (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/devil/devil/utils/
H A Dfind_usb_devices_test.py309 curr_dir = os.path.dirname(os.path.realpath(__file__))
310 filename = os.path.join(curr_dir, 'test', 'data', 'test_write_map.json')
325 curr_dir = os.path.dirname(os.path.realpath(__file__))
327 os.path.join(curr_dir, 'test', 'data', 'test_serial_map.json'))
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dfind_usb_devices_test.py309 curr_dir = os.path.dirname(os.path.realpath(__file__))
310 filename = os.path.join(curr_dir, 'test', 'data', 'test_write_map.json')
325 curr_dir = os.path.dirname(os.path.realpath(__file__))
327 os.path.join(curr_dir, 'test', 'data', 'test_serial_map.json'))
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp927 SmallString<128> curr_dir; local
928 llvm::sys::fs::current_path(curr_dir);
929 ResponseFile.append(curr_dir.str());

Completed in 143 milliseconds