OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:directory_filename
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/page/
profile_generator_unittest.py
32
directory_filename
= os.path.join(sandbox_directory, 'directory')
33
os.mkdir(
directory_filename
)
/external/chromium_org/chrome/browser/
shell_integration_linux.cc
192
// applications menu. If |
directory_filename
| is non-empty, creates a sub-menu
193
// with |
directory_filename
| and |directory_contents|, and stores the shortcut
197
const base::FilePath&
directory_filename
,
204
if (!
directory_filename
.empty()) {
205
temp_directory_path = temp_dir.path().Append(
directory_filename
);
233
if (!
directory_filename
.empty())
243
const base::FilePath&
directory_filename
) {
254
// If |
directory_filename
| is supplied, this will also remove the item from
256
if (!
directory_filename
.empty())
257
argv.push_back(
directory_filename
.value())
958
base::FilePath
directory_filename
;
local
[
all
...]
Completed in 143 milliseconds