Searched refs:GetPath (Results 1 - 9 of 9) sorted by relevance
/external/v8/test/sputnik/ |
H A D | testcfg.py | 96 full_path = current_path + [test.GetPath()[-1]]
|
/external/webkit/WebCore/platform/wx/ |
H A D | FileSystemWx.cpp | 107 return wxFileName(path).GetPath();
|
/external/v8/samples/ |
H A D | process.cc | 102 static Handle<Value> GetPath(Local<String> name, const AccessorInfo& info); 437 Handle<Value> JsHttpRequestProcessor::GetPath(Local<String> name, function in class:JsHttpRequestProcessor 481 result->SetAccessor(String::NewSymbol("path"), GetPath);
|
/external/sonivox/jet_tools/JetCreator/ |
H A D | JetCtrls.py | 264 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
265 val = dlg.GetPath()
331 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
332 val = dlg.GetPath()
|
H A D | JetCreator.py | 867 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.JTC_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
868 self.currentJetConfigFile = FileJustRoot(dialog.GetPath()) + ".jtc"
1001 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
1005 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC + "Dir", str(FileJustPath(dlg1.GetPath())))
1006 if YesNo(JetDefs.MAIN_IMPORTTITLE, JetDefs.MAIN_IMPORTMSG % (dialog.GetPath(),dlg1.GetPath()), False):
1007 projectPath = dlg1.GetPath()
1008 zipFile = dialog.GetPath()
1071 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.ARCHIVE_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
1072 ExportJetArchive(FileJustRoot(dialog.GetPath()) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/ |
H A D | SDL_syscdrom.cc | 220 if(entry.GetPath(&path) != B_NO_ERROR)
|
/external/webkit/WebKit/wx/ |
H A D | WebBrowserShell.cpp | 208 wxString path = dialog->GetPath().Prepend(wxT("file://"));
|
/external/chromium/base/ |
H A D | file_util_win.cc | 293 result = i_shell_link->GetPath(temp_path, MAX_PATH,
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
H A D | LayoutTestControllerWin.cpp | 511 if (FAILED(shortcut->GetPath(targetPath, targetPathLen, 0, 0)))
|
Completed in 1168 milliseconds