OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:existing_file
(Results
1 - 6
of
6
) sorted by null
/system/ca-certificates/google/
extract_from_pem.py
37
with open(file_path) as
existing_file
:
38
if content ==
existing_file
.read():
71
for
existing_file
in os.listdir(args.output_dir):
72
os.remove(os.path.join(args.output_dir,
existing_file
))
/external/autotest/server/
server_job_unittest.py
19
existing_file
= server_job.__file__
28
server_job.__file__ =
existing_file
/system/update_engine/payload_consumer/
delta_performer_unittest.cc
756
string
existing_file
= temp_dir + "/existing";
local
757
EXPECT_EQ(0, System(base::StringPrintf("touch %s",
existing_file
.c_str())));
772
performer_.public_key_path_ =
existing_file
;
790
performer_.public_key_path_ =
existing_file
;
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_appengine.py
77
def load_and_cache(
existing_file
, fakename, cache_mock):
78
client_type, client_info = _loadfile(datafile(
existing_file
))
test_oauth2client.py
106
def load_and_cache(
existing_file
, fakename, cache_mock):
107
client_type, client_info = _loadfile(datafile(
existing_file
))
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor.cc
3300
const FileDescriptor*
existing_file
= tables_->FindFile(filename_);
local
[
all
...]
Completed in 154 milliseconds