OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:full_filename
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
win32.cc
121
wchar_t*
full_filename
= STACK_ARRAY(wchar_t, full_len + 6);
local
122
wchar_t* start =
full_filename
+ 6;
132
ASSERT(start >=
full_filename
);
138
ASSERT(start >=
full_filename
);
/build/tools/releasetools/
check_target_files_signatures
188
def __init__(self,
full_filename
, filename):
192
self.RecordCerts(
full_filename
)
193
self.ReadManifest(
full_filename
)
197
def RecordCerts(self,
full_filename
):
200
f = open(
full_filename
)
216
def ReadManifest(self,
full_filename
):
217
p = common.Run(["aapt", "dump", "xmltree",
full_filename
,
Completed in 391 milliseconds